repo: Fix indentation
authorDan Nicholson <nicholson@endlessm.com>
Wed, 21 Dec 2016 11:58:19 +0000 (05:58 -0600)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 22 Dec 2016 16:07:52 +0000 (16:07 +0000)
Closes: #635
Approved by: cgwalters

src/libostree/ostree-repo.c

index 1c4ae6634eb7670adb5717cf790d6ecde52591ed..92de1ed501ae13c6d5255c1cb7ede2c2c4c21de9 100644 (file)
@@ -2456,12 +2456,12 @@ list_loose_objects_at (OstreeRepo             *self,
             continue;
         }
 
-        key = ostree_object_name_serialize (buf, objtype);
-        value = g_variant_new ("(b@as)",
-                               TRUE, g_variant_new_strv (NULL, 0));
-        /* transfer ownership */
-        g_hash_table_replace (inout_objects, key,
-                              g_variant_ref_sink (value));
+      key = ostree_object_name_serialize (buf, objtype);
+      value = g_variant_new ("(b@as)",
+                             TRUE, g_variant_new_strv (NULL, 0));
+      /* transfer ownership */
+      g_hash_table_replace (inout_objects, key,
+                            g_variant_ref_sink (value));
     }
 
   ret = TRUE;